home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / gccmode.fpl.readme < prev    next >
Text File  |  1996-04-01  |  835b  |  40 lines

  1. #############################################################################
  2. File:        GCCMode.FPL
  3. Author:        Jesper Skov
  4. Email:        jskov@iesd.auc.dk / http://www.iesd.auc.dk/~jskov
  5. Short:        Interface to GCC
  6. Version:    1.1
  7. Date:        01.04.96
  8. Local settings:
  9. Global settings:
  10. Keysequence:    C-c C-c
  11. Type:        interface
  12. Prereq:
  13. Copyright:    © 1995, Jesper Skov
  14. #############################################################################
  15.  
  16. FUNCTION
  17.  Just a simple major mode for GCC. There will be added a "next-error"
  18.  function in the near future (hopefully).
  19.  Very likely this interface will expand when I start working on the gdb
  20.  interface.
  21.  
  22.  Key bindings
  23.  ~~~~~~~~~~~~
  24.  
  25.  C-c C-c    Make
  26.  C-C C-C    Change make options
  27.  
  28.  
  29. HISTORY (REV)
  30.  01.04.96 (1)    Added menu.
  31.         Now the output from make/gcc is actually captured!
  32.  
  33. BUGS
  34.  
  35.  
  36. TODO
  37.  "next-error" stuff
  38.  
  39. SEE ALSO
  40.